home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id007.dxr / 00069.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  318 b   |  18 lines

  1. on exitFrame
  2.   set the visible of sprite 4 to 0
  3.   updateStage()
  4.   if the timer < 2490 then
  5.     go(the frame)
  6.   else
  7.     set the visible of sprite 4 to 1
  8.     go(the frame + 1)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   set the visible of sprite 5 to 0
  14.   set the visible of sprite 6 to 0
  15.   set the visible of sprite 7 to 0
  16.   go(81)
  17. end
  18.